UpdateTypeDataCommand.InheritPropertySerializationSet Property

Definition

InheritPropertySerializationSet.

public:
 property Nullable<bool> InheritPropertySerializationSet { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? InheritPropertySerializationSet { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="DynamicTypeSet")]
[System.Management.Automation.ValidateNotNull]
public bool? InheritPropertySerializationSet { get; set; }
member this.InheritPropertySerializationSet : Nullable<bool> with get, set
[<System.Management.Automation.Parameter(ParameterSetName="DynamicTypeSet")>]
[<System.Management.Automation.ValidateNotNull>]
member this.InheritPropertySerializationSet : Nullable<bool> with get, set
Public Property InheritPropertySerializationSet As Nullable(Of Boolean)

Property Value

Attributes

Applies to