FieldDefinitionLength Property |
Namespace: ConnectedApps.Cms.Entities.DataAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> Length { get; set; }
Public Property Length As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> Length {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Length : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also