This document is archived and information here might be outdated. Recommended version. |
Indicates if the metadata for the indicated dataset currently writable.
[Visual Basic .NET] Public ReadOnly Property CanEditMetadata As Boolean
[C#] public bool CanEditMetadata {get;}
[C++]
HRESULT get_CanEditMetadata(
Boolean* CanEdit
);
[C++]
Parameters CanEdit [out, retval]
CanEdit is a parameter of type bool*
Returns true if the metadata is currently editable. This implies that a call to put_Metadata is expected to succeed.