ProviderInfo.Address Property
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