BaseProperty.Default Property

Definition

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.

Applies to