Share via


GPStatusMessage.ObjectPath Property

 

Gets the path of the object to which the message applies.

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

Syntax

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

Property Value

Type: System.String

Returns String. The path of the object.

See Also

GPStatusMessage Class
Microsoft.GroupPolicy Namespace

Return to top