DfsInfoMetadataSize Property |
For domain-based DFS namespaces, this member specifies the size of the corresponding Active Directory data blob, in bytes.
For stand-alone DFS namespaces, this field specifies the size of the metadata stored in the registry,
including the key names and value names, in addition to the specific data items associated with them. This field is valid for DFS roots only.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public long MetadataSize { get; }
Public ReadOnly Property MetadataSize As Long
Get
public:
property long long MetadataSize {
long long get ();
}
member MetadataSize : int64 with get
Property Value
Type:
Int64See Also