Namespace: MAILPieceAssembly: MAILPiece (in MAILPiece.dll) Version: 1.0.0.0 (1.0.0.0)
Public Property PIC As String
Get
Set
Public Property PIC As String
Get
Set
public string PIC { get; set; }
public string PIC { get; set; }
public:
property String^ PIC {
String^ get ();
void set (String^ value);
}