Share via


Rule.Properties Property

Definition

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

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; }

Property Value

Returns the list of properties.

Attributes

Remarks

The list returned by this property should not be modified.

Applies to