OwnerType

Gets or sets the type of owner to match to allow the use of this Windows application right.

Syntax

In .NET:

Nullable\<WindowsFileOwnerType\> OwnerType {get; set;}

In VBScript:

WindowsFileOwnerType OwnerType {get; set;}

Property value

The type of owner to match.

Possible values:

public enum WindowsFileOwnerType  
{  
    // Active Directory group or user SID
    Sid,  
    // Local group account
    LocalGroup,  
    // Local user account
    LocalUser  
}