NAnt SDK Documentation - v0.92 |
|
MidlTask.CStub Property
The /cstub switch specifies the name of the client stub file for an RPC interface.
[Visual Basic]
<TaskAttribute(Name:="cstub", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property CStub As
String
[C#]
[TaskAttribute(Name="cstub", Required=False, ExpandProperties=True, ProcessXml=True)]
public
string CStub {get; set;}
See Also
MidlTask Class | NAnt.VisualCpp.Tasks Namespace