Rule.Properties Property

Definition

This list of properties in this Rule. Atleast one property should be specified.

public:
 property System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::BaseProperty ^> ^ Properties { System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::BaseProperty ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::BaseProperty ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.BaseProperty> Properties { get; set; }
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.BaseProperty> Properties { [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.Properties : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.BaseProperty> 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.Properties : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.BaseProperty> with get, set
Public Property Properties As List(Of BaseProperty)

Property Value

Returns the list of properties.

Attributes

Remarks

The list returned by this property should not be modified.

Applies to