NamespaceDescription.AcsManagementEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the management endpoint for the access control service.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="AcsManagementEndpoint", Order=105)]
public Uri AcsManagementEndpoint { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="AcsManagementEndpoint", Order=105)>]
member this.AcsManagementEndpoint : Uri with get, set
Public Property AcsManagementEndpoint As Uri
Property Value
The management endpoint for the access control service.
- Attributes