OANullProperty.Value Property

Gets or sets the value of this property.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Property Value As Object
'使用
Dim instance As OANullProperty
Dim value As Object

value = instance.Value

instance.Value = value
public Object Value { get; set; }
public:
virtual property Object^ Value {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}
public final function get Value () : Object
public final function set Value (value : Object)

Property Value

Type: System.Object

When implemented by derived classes, the value of the property.

Implements

PropertyValue()

Remarks

By default the getter of this property returns the empty string, and the setter does nothing.

Permissions

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace