NAnt SDK Documentation - v0.85-nightly-2005-11-09

MidlTask.CStub Property

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.MidlTask.CStub

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace