Name Property (IEdmRevision5)
Gets the name of this revision.
Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Name As System.String |
C# | |
---|
System.string Name {get;} |
C++/CLI | |
---|
property System.String^ Name {
System.String^ get();
} |
Property Value
Revision name
Example
See Also