DocumentationAttribute
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Platforms: .NET Core, .NET Framework, .NET Standard
- Ancestry: Attribute | DocumentationAttribute
Properties
Text
property Text: String read write;
String Text { get; set; }
var Text: String { get{} set{} }
Property Text() As String
Instance Methods
constructor
constructor
DocumentationAttribute()
init()
Sub New()
constructor (String)
constructor(text: String)
DocumentationAttribute(String text)
init(_ text: String)
Sub New(text As String)
Parameters:
- text: