SourceAssembly Property
Microsoft Robotics Studio
The source assembly of this service.
Namespace: Microsoft.Dss.Services.ContractModel
Assembly: DssBase (in DssBase.dll)
Version: 1.5.507.0
Syntax
[DataMemberAttribute]
public string SourceAssembly{ get; set;}
'Declaration
<DataMemberAttribute> _
Public Property SourceAssembly As String
[DataMemberAttribute]
public:
property String^ SourceAssembly {
String^ get ();
void set (String^ value);
}
See Also
ServiceSummary Class
Microsoft.Dss.Services.ContractModel Namespace