Interface IIdentificationDescriptor
Namespace: ArtOfTest.Common.Design.Translation
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IIdentificationDescriptor : IExtensibleDataObject
Properties
IsLocked
Declaration
bool IsLocked { get; set; }
Property Value
System.Boolean
|