IrDAEndPoint.ServiceName Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets or sets the name of the service.
[Visual Basic] Public Property ServiceName As String [C#] public string ServiceName {get; set;} [C++] public: __property String* get_ServiceName(); public: __property void set_ServiceName(String*); [JScript] public function get ServiceName() : String; public function set ServiceName(String);
Property Value
The name of the service, such as ChatService.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
IrDAEndPoint Class | IrDAEndPoint Members | System.Net Namespace