OAuthS2SAppSettings.AccessControlServiceSettings Property
Gets or sets the settings for the target Access Control Service.
Namespace: Microsoft.Workflow.Client.Security
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Syntax
[DataMemberAttribute(EmitDefaultValue = false)]
public OAuthS2SAccessControlServiceSettings AccessControlServiceSettings {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property OAuthS2SAccessControlServiceSettings^ AccessControlServiceSettings {
[CompilerGeneratedAttribute]
OAuthS2SAccessControlServiceSettings^ get();
[CompilerGeneratedAttribute]
void set(OAuthS2SAccessControlServiceSettings^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member AccessControlServiceSettings : OAuthS2SAccessControlServiceSettings with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property AccessControlServiceSettings As OAuthS2SAccessControlServiceSettings
Property Value
Type: Microsoft.Workflow.Client.Security.OAuthS2SAccessControlServiceSettings
Returns the settings for the target Access Control Service.
See Also
OAuthS2SAppSettings Class
Microsoft.Workflow.Client.Security Namespace
Return to top