This document is archived and information here might be outdated. Recommended version. |
The name of the field corresponding to the global object identity.
[Visual Basic .NET]
Public ReadOnly Property GlobalIDFieldName As String
[C#]
public string GlobalIDFieldName {get;}
[C++]
HRESULT get_GlobalIDFieldName(
System.String* Name
);
[C++] Parameters Name [out, retval]
Name is a parameter of type BSTR*
If the class does not have a GlobalID field, an empty string will be returned.