MetadataValueListMetadataName Property |
Gets or sets the metadata name of this list.
Namespace: RelaxIS_SDK.Common.FileFormatAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string MetadataName { get; set; }
Public Property MetadataName As String
Get
Set
Dim instance As MetadataValueList
Dim value As String
value = instance.MetadataName
instance.MetadataName = value
Return Value
StringSee Also