MetaProperty.Value Property
Gets or sets the value of the MetaProperty object. Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Default Property Value As Object
Get
Set
'Usage
Dim instance As MetaProperty
Dim value As Object
value = instance
instance = value
Object this { get; set; }
Property Value
Type: System.Object
Object