Gets the full name of a dimension including the feature and the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property FullName As String |
Visual Basic (Usage) | |
---|
Dim instance As IDimension
Dim value As String
value = instance.FullName
|
C# | |
---|
string FullName {get;} |
C++/CLI | |
---|
property String^ FullName {
String^ get();
} |
Return Value
Name of the dimension including the feature and model
Example
Remarks
See Also