Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the address.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[DataMemberAttribute]
public Uri Address { get; set; }
public:
[DataMemberAttribute]
property Uri^ Address {
Uri^ get();
void set(Uri^ value);
}
<DataMemberAttribute>
Public Property Address As Uri
Property Value
Type: System.Uri
The address.
See Also
ProviderInfo Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top