VCCodeProperty.IsTrivial Property
Gets or sets a value indicating whether the property is trivial.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Property IsTrivial As Boolean
Get
Set
bool IsTrivial { get; set; }
property bool IsTrivial {
bool get ();
void set (bool value);
}
abstract IsTrivial : bool with get, set
function get IsTrivial () : boolean
function set IsTrivial (value : boolean)
Property Value
Type: System.Boolean
true if the property is trivial; otherwise, false.
Remarks
A property is trivial if it is not user-defined. This means the getter, setter, and variable storage is generated by the compiler.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.