DatabasePartition.State Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property State As DatabasePartitionState
public DatabasePartitionState State { get; private set; }
public:
property DatabasePartitionState State {
DatabasePartitionState get ();
private: void set (DatabasePartitionState value);
}
member State : DatabasePartitionState with get, private set
function get State () : DatabasePartitionState
private function set State (value : DatabasePartitionState)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.DatabasePartitionState
.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.