AGI STK Objects 11Send comments on this topic.
Identifier Property (IAgAdditionalGainLoss)
See Also 
Windows






Windows & Linux

Description

Gets or sets the gain/loss identifier.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Identifier() As String
[C#]
public string Identifier {get; set;}
[Managed C++]
public: __property String __gc ^ get_Identifier();
public: __property void set_Identifier(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_Identifier(
   BSTR * pRetVal
);
public: HRESULT put_Identifier(
   BSTR NewIdentifier
);
[Java]
public String getIdentifier();public void setIdentifier(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.