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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property DefaultPartition As Partition
'Usage
Dim instance As Store
Dim value As Partition
value = instance.DefaultPartition
instance.DefaultPartition = value
public Partition DefaultPartition { get; internal set; }
public:
property Partition^ DefaultPartition {
Partition^ get ();
void set (Partition^ value);
}
public function get DefaultPartition () : Partition
public 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