Partition.StateId Property

A StateId that defines what state this Partition object is in.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Property StateId As Guid
public Guid StateId { get; internal set; }
public:
property Guid StateId {
    Guid get ();
    internal: void set (Guid value);
}
member StateId : Guid with get, internal set
function get StateId () : Guid 
internal function set StateId (value : Guid)

Property Value

Type: Guid

.NET Framework Security

See Also

Reference

Partition Class

Microsoft.VisualStudio.Modeling Namespace