SpacesPoolInfo.Id Property
Gets and sets the ID.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string Id { get; set; }
public:
[DataMemberAttribute]
property String^ Id {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property Id As String
Property Value
Type: System.String
The ID.
See Also
SpacesPoolInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top