Share via


MSDeployPackage.SkipDirectives Property

Definition

Gets a list of strings that contain skip directives.

public:
 property System::Collections::Generic::IList<System::String ^> ^ SkipDirectives { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> SkipDirectives { get; }
member this.SkipDirectives : System.Collections.Generic.IList<string>
Public ReadOnly Property SkipDirectives As IList(Of String)

Property Value

A generic IList of strings that contain skip directives.

Applies to