Get the all members snapshots for this specific version of Asset

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
Dictionary<string, IAssetMemberSnapShot> SnapShotMembers { get; }
Visual Basic
ReadOnly Property SnapShotMembers As Dictionary(Of String, IAssetMemberSnapShot)
	Get
Visual C++
property Dictionary<String^, IAssetMemberSnapShot^>^ SnapShotMembers {
	Dictionary<String^, IAssetMemberSnapShot^>^ get ();
}

See Also