Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Type", IsRequired=True)> Public Property Type As LineRemoveCommandType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="Type", IsRequired=true)] public LineRemoveCommandType Type {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Type", IsRequired=true)] public: property LineRemoveCommandType Type { LineRemoveCommandType get(); void set (LineRemoveCommandType value); } |
Return Value
Flag that indicates which lines to remove.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family