ProviderEndpointBehaviorAttribute.AllowedConnectionType Property
Gets the connection setting for a provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[DataMemberAttribute]
public ConnectionSetting AllowedConnectionType { get; private set; }
public:
[DataMemberAttribute]
property ConnectionSetting AllowedConnectionType {
ConnectionSetting get();
private: void set(ConnectionSetting value);
}
<DataMemberAttribute>
Public Property AllowedConnectionType As ConnectionSetting
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ConnectionSetting
An instance of ConnectionSetting.
See Also
ProviderEndpointBehaviorAttribute Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top