IdentifierReference members
Represents a reference to an identifier.
The IdentifierReference type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IdentifierReference | Initializes an instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
EntityReference | Gets a reference to the current external content type object. | |
Name | Gets the name of the identifier reference. |
Top
Methods
Name | Description | |
---|---|---|
GetIdentifier | Gets the referenced Identifier object. | |
ToString | (Inherited from Object.) | |
TryGetIdentifier | Gets the identifier if it exists or returns a null reference (Nothing in Visual Basic) if not found. |
Top