Interface ICsProperty
Model definition of a property in C#.
Inherited Members
Namespace: CodeFactory.DotNet.CSharp
Assembly: CodeFactory.DotNet.dll
Syntax
public interface ICsProperty : ICsMember, ICsModel, ICsAttributes, IParent, IDotNetProperty, IDotNetMember, IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IParent, ILookup
Properties
| Improve this Doc View SourceGetSecurity
The security scope that is assigned to the get accessor. Make sure you check the HasGet to determine if the property supports get operations.
Declaration
[Obsolete("This will be removed in later editions of the SDK. Use the GetMethod property to access the get method details.", false)]
CsSecurity GetSecurity { get; }
Property Value
Type | Description |
---|---|
CsSecurity |
PropertyType
The source data type that is managed by this property.
Declaration
CsType PropertyType { get; }
Property Value
Type | Description |
---|---|
CsType |
SetSecurity
The security scope that is assigned to the set accessor. Make sure you check the HasSet to determine if the property supports set operations.
Declaration
[Obsolete("This will be removed in later editions of the SDK. Use the SetMethod property to access the set method details.", false)]
CsSecurity SetSecurity { get; }
Property Value
Type | Description |
---|---|
CsSecurity |