GPRsop.RsopMode Property

 

Retrieves the Resultant Set of Policy (RSoP) mode for the report.

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

Syntax

public RsopMode RsopMode { get; }
public:
property RsopMode RsopMode {
    RsopMode get();
}
member RsopMode : RsopMode with get
Public ReadOnly Property RsopMode As RsopMode

Property Value

Type: Microsoft.GroupPolicy.RsopMode

Returns RsopMode. One of the enumeration values that indicates the RSoP mode.

Remarks

You specify the value of this property in the constructor when you create a new GPRsop object.

See Also

GPRsop Class
Microsoft.GroupPolicy Namespace

Return to top