Som.Name Property

 

Gets the name of the container (site, domain, or OU) that the Som represents.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public string Name { get; }
public:
property String^ Name {
    String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String

Property Value

Type: System.String

Returns String. The name of the site, domain, or OU.

Remarks

For example, the name of the Marketing organizational unit (OU) in the contoso.com domain is “Marketing”. The distinguished name of the OU is “ou=Marketing,dc=contoso,dc=com”.

See Also

Som Class
Microsoft.GroupPolicy Namespace

Return to top