VCCodeProperty.IsShared Property

Definition

Sets or gets whether the IsShared flag is set on a property.

public:
 property bool IsShared { bool get(); void set(bool value); };
public:
 property bool IsShared { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(582)]
public bool IsShared { [System.Runtime.InteropServices.DispId(582)] get; [System.Runtime.InteropServices.DispId(582)] set; }
[<System.Runtime.InteropServices.DispId(582)>]
[<get: System.Runtime.InteropServices.DispId(582)>]
[<set: System.Runtime.InteropServices.DispId(582)>]
member this.IsShared : bool with get, set
Public Property IsShared As Boolean

Property Value

Returns true if the property is shared.

Attributes

Applies to