BaseProperty.Default Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the default value for this property.
public:
property System::String ^ Default { System::String ^ get(); void set(System::String ^ value); };
public string Default { get; set; }
public string Default { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.Default : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Default : string with get, set
Public Property Default As String
Property Value
The default value for this property.
- Attributes
Remarks
This field is optional and whether, for a StringProperty, it is culture sensitive or not depends on the semantics of it.