GetDelegateType.IncludePermissions 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.
The IncludePermissions property gets or sets a Boolean value that specifies whether permission settings for delegates are included in the response.
public:
property bool IncludePermissions { bool get(); void set(bool value); };
public bool IncludePermissions { get; set; }
Public Property IncludePermissions As Boolean
Property Value
The IncludePermissions property returns a value of true if permission settings are included in the response; otherwise, the property returns false.