ModuleContextVersionId Property |
Gets a unique identifier for the version of the module's item. Used only by the managed asset module.
Namespace: ConnectedApps.Cms.Sdk.FrameworkAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<Guid> VersionId { get; }
Public ReadOnly Property VersionId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> VersionId {
Nullable<Guid> get ();
}
member VersionId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also