UserSID.OnlineProviderName Property
Gets the name of the online provider.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public string OnlineProviderName { get; set; }
public:
[DataMemberAttribute]
property String^ OnlineProviderName {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property OnlineProviderName As String
Property Value
Type: System.String
An instance of String that contains the name of the provider.
See Also
UserSID Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top