AuditPartitionDetail.Size Property
Applies To: Dynamics CRM 2015
Gets or sets the size, in bytes, of the partition.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public long Size { get; set; }
public:
[DataMemberAttribute]
property long long Size {
long long get();
void set(long long value);
}
[<DataMemberAttribute>]
member Size : int64 with get, set
<DataMemberAttribute>
Public Property Size As Long
Property Value
Type: System.Int64
Type: Int64
The size, in bytes, of the partition.
See Also
AuditPartitionDetail Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright