Attribute.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the value that is assigned to the master data attribute as a variant data type.
public:
property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public object Value { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Value : obj with get, set
Public Property Value As Object
Property Value
The value that is assigned to the master data attribute as a variant data type.
- Attributes
Remarks
If the Type is string then the Object is of type string If the Type is Domain then the Object is of type MemberIdentifier(Code is the Code and Name is the Name) If the Type is Number then the Object is of type Double If the Type is DateTime then the Object is of type DateTime If the Type is File then the Object is of type FileAttribute.