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