ProviderInfo.Contract Property
Gets and sets the contract.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[DataMemberAttribute]
public string Contract { get; set; }
public:
[DataMemberAttribute]
property String^ Contract {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property Contract As String
Property Value
Type: System.String
The contract.
See Also
ProviderInfo Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top