| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Oid As String | |
| C# | |
|---|---|
public readonly string Oid | |
| Managed Extensions for C++ | |
|---|---|
public: readonly string* Oid | |
| C++/CLI | |
|---|---|
public: readonly String^ Oid | |
Property Value
Returns a string in the form of n.n.n...n that represents the OID value assigned.Target Platforms: Microsoft .NET Framework 2.0
Copy Code