Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default partition for the store.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Property DefaultPartition As Partition
public Partition DefaultPartition { get; internal set; }
public:
property Partition^ DefaultPartition {
Partition^ get ();
internal: void set (Partition^ value);
}
member DefaultPartition : Partition with get, internal set
function get DefaultPartition () : Partition
internal function set DefaultPartition (value : Partition)
Property Value
Type: Microsoft.VisualStudio.Modeling.Partition
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Modeling Namespace