![]() |
This document is archived and information here might be outdated. Recommended version. |
Indicates if the group can be edited. Default is editable.
[Visual Basic .NET] Public Property Editable As Boolean
[C#] public bool Editable {get; set;}
[C++]
HRESULT get_Editable(
Boolean* Editable
);
[C++]
HRESULT put_Editable(
VARIANT_BOOL Editable
);
[C++]
Parameters Editable [out, retval]
Editable is a parameter of type bool* Editable [in]
Editable is a parameter of type bool