BasePermissionType.IsFolderOwnerSpecified 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 IsFolderOwnerSpecified property returns a Boolean value that specifies whether the IsFolderOwnerSpecified property is specified in the SOAP message. This property is required if the IsFolderOwner property is specified.
public:
property bool IsFolderOwnerSpecified { bool get(); void set(bool value); };
public bool IsFolderOwnerSpecified { get; set; }
Public Property IsFolderOwnerSpecified As Boolean
Property Value
The IsFolderOwnerSpecified property returns true if the IsFolderOwner is specified; otherwise, the property returns false.