次の方法で共有


BasePermissionType.CanCreateItemsSpecified プロパティ

定義

プロパティは CanCreateItemsSpecified 、propert を SOAP メッセージにシリアル化するかどうかを CanCreateItems 指定するブール値を取得または設定します。 プロパティが指定されている場合は、 CanCreateItems このプロパティが必要です。

public:
 property bool CanCreateItemsSpecified { bool get(); void set(bool value); };
public bool CanCreateItemsSpecified { get; set; }
Public Property CanCreateItemsSpecified As Boolean

プロパティ値

プロパティが CanCreateItemsSpecified SOAP 要求にシリアル化されている場合CanCreateItems、プロパティは true を返します。それ以外の場合、プロパティは false を返します

適用対象